Add opt to use AZ for APISeverLoadBalancer#1979
Add opt to use AZ for APISeverLoadBalancer#1979nguyenhuukhoi wants to merge 3 commits intokubernetes-sigs:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nguyenhuukhoi The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @nguyenhuukhoi. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@nguyenhuukhoi: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
/ok-to-test |
huxcrux
left a comment
There was a problem hiding this comment.
The removal of functions in the conversion seems to break CI. We probably want to fix some kind of migration even if it is loosy?
| func Convert_v1beta1_APIServerLoadBalancer_To_v1alpha6_APIServerLoadBalancer(in *v1beta1.APIServerLoadBalancer, out *APIServerLoadBalancer, s conversion.Scope) error { | ||
| return autoConvert_v1beta1_APIServerLoadBalancer_To_v1alpha6_APIServerLoadBalancer(in, out, s) | ||
| } | ||
|
|
There was a problem hiding this comment.
I do not think we want to remove this part since it is expected to exist. If anything fails a change in the migration might be needed
| // Convert_v1beta1_APIServerLoadBalancer_To_v1alpha7_APIServerLoadBalancer is an autogenerated conversion function. | ||
| func Convert_v1beta1_APIServerLoadBalancer_To_v1alpha7_APIServerLoadBalancer(in *v1beta1.APIServerLoadBalancer, out *APIServerLoadBalancer, s conversion.Scope) error { | ||
| return autoConvert_v1beta1_APIServerLoadBalancer_To_v1alpha7_APIServerLoadBalancer(in, out, s) | ||
| } | ||
|
|
There was a problem hiding this comment.
Same here we probably do not want to remove this function since it is in use
|
I took the freedom to try to fix this patch, please check out: nguyenhuukhoi#1 |
|
Hello. Thank you for your help. I am busy on this week. I will continue
next week.
…On Tue, Apr 2, 2024, 10:37 PM Michal Dulko ***@***.***> wrote:
I took the freedom to try to fix this patch, please check out:
nguyenhuukhoi#1
<nguyenhuukhoi#1>
—
Reply to this email directly, view it on GitHub
<#1979 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRLKQO2VFMJQPT27N4YIEDY3LGDDAVCNFSM6AAAAABFMF6VVSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZSGQYDCNRXGM>
.
You are receiving this because you were mentioned.Message ID:
<kubernetes-sigs/cluster-api-provider-openstack/pull/1979/c2032401673@
github.com>
|
Add opt to use AZ for APISeverLoadBalancer
|
/retest |
Hello. I do a mistake. Could you help me revert it? |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@nguyenhuukhoi: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
I submitted a new PR where I rebased this: #2004. |
|
As noted, this commit has been rebased into PR #2004 |
What this PR does / why we need it: We need this option to use in case of having edge
This PR allows to choose AZ for API Load Balancer. It will be useful if we want to use edge sites,
/ok-to-test